home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 1
/
Amiga Tools.iso
/
egs-tools
/
egs_demo-version
/
egs_devels
/
c-include
/
egb
/
gbsets.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-06
|
1KB
|
44 lines
#ifndef EGS_EGB_GBSETS_H
#define EGS_EGB_GBSETS_H
/***************************************************************************\
*
* $
* $ FILE : gbsets.h
* $ VERSION : 1
* $ REVISION : 2
* $ DATE : 07-Feb-93 20:02
* $
* $ Author : mvk
* $
*
*****************************************************************************
* *
* (c) Copyright 1990/93 VIONA Development *
* All Rights Reserved *
* *
\***************************************************************************/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef EGS_EGSINTUI_H
#include <egs/egsintui.h>
#endif
#ifndef EGS_EGSGADBOX_H
#include <egs/egsgadbox.h>
#endif
typedef struct EGB_SetGadget *EGB_SetGadgetPtr;
struct EGB_SetGadgetStruct {
struct EI_MasterGadget Master;
LONG Data;
};
typedef struct EGB_SetGadgetStruct EGB_SetGadget;
#endif /*EGS_EGB_GBSETS_H */